1bashThis demonstrates variable indirection in Bash to access the value of a variable through another variable.name=joe pointer=name echo ${!pointer} # => joebash internaldata manipulationsother variable featuresvariable indirection